home *** CD-ROM | disk | FTP | other *** search
- 10 rem plotter boot
- 20 :
- 30 poke53280,5:poke53281,0:print"[147]"
- 40 printspc(11)"[211][217][211][208][204][207][212][212][197][210] [205][197][206][213]"
- 45 printspc(11)"[163][163][163][163][163][163][163][163][163][163][163][163][163][163][163]"
- 50 print""
- 60 print" 1. [210]un the [194][193][211][201][195] sine program"
- 70 print" 2. [210]un the [211][217][211][208][204][207][212] sine program"
- 80 print" 3. [210]un the [208][204][207][212][212][197][216][212] [196]emo"
- 85 print" 4. [210]eturn to [204][207][193][196][211][212][193][210]"
- 90 print"[215]hich ?";
- 100 poke198,0:wait198,1:getk$:k=val(k$)
- 110 ifk<1ork>4then100
- 120 printk
- 130 ifk=1thenf$="sine.bas"
- 140 ifk=2thenf$="sine.ml"
- 150 ifk=3thenf$="plottext"
- 160 ifk=4thenf$="hello"
- 170 :
- 180 print"[204]oading "f$
- 190 print"[144]load"chr$(34)f$chr$(34) ",8":print"run"
- 200 poke631,13:poke632,13:poke198,2:end
-